This was my Final Project for CS50 course provided by Harvard University’s Prof. David J. Malan and his awesome team!
Click below to view the project
About the project: The project is a generic game model where player collect objects from environment and return to a destination to complete the quest. This is not a full fledged game, rather a demonstration of the my understanding of using algorithom and implementation of code.
Project details: In this quest model, user will control a character to collect waterdrops and return to an empty reserver to refill it within time limit. The elements of the game will keep changing for each reloads. Resizing the window will also result a reload of the game. This project's main focus was the implementation of procedural and object oriented code that can be used in any other project in future or stored in a library. This way of coding provides an advantage of getting a boarder range of results. For example, in this project, everytime a new game starts, the position of elements will be changed. It is also possible to use more than one map or quest for games this way where the developers are not required to start from scrach saving a vast amount of time and resources.
Project usage: Click "A", "D", "W", "S" to move the character left, right, up and down respectively. Collect all the water and bring them to the reserver untill its filled or before the time ends!